home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TURNON / SHARED.DIR / 00558_Script_558 < prev   
Text File  |  1995-05-31  |  2KB  |  66 lines

  1. on òenterframe
  2.   global rolledShow, searchShow
  3.   
  4.   if rollover(40) then
  5.     set the visibility of sprite 40 = true
  6.   else
  7.     set the visibility of sprite 40 = false
  8.   end if
  9.   if the movie = "TURNON.DIR" then
  10.     updateStage
  11.   else
  12.     if rollover(41) then
  13.       if rolledShow = true then
  14.         set the puppet of sprite 41 = true
  15.         set the castNum of sprite 41 = the number of cast "RYO Return"
  16.         updatestage
  17.       end if
  18.       if searchShow = true then
  19.         set the puppet of sprite 41 = true
  20.         set the castNum of sprite 41 = the number of cast "RYO Return"
  21.         updatestage
  22.       end if
  23.       set the visibility of sprite 41 = true
  24.     else
  25.       set the visibility of sprite 41 = false
  26.     end if
  27.   end if
  28.   if rollover(42) then
  29.     set the visibility of sprite 42 = true
  30.   else
  31.     set the visibility of sprite 42 = false
  32.   end if
  33.   
  34.   if rollover(43) then
  35.     set the visibility of sprite 43 = true
  36.   else
  37.     set the visibility of sprite 43 = false
  38.   end if
  39.   
  40.   if rollover(44) then
  41.     set the visibility of sprite 44 = true
  42.   else
  43.     set the visibility of sprite 44 = false
  44.   end if
  45.   
  46.   if rollover(45) then
  47.     set the visibility of sprite 45 = true
  48.   else
  49.     set the visibility of sprite 45 = false
  50.   end if
  51.   
  52.   if rollover(46) then
  53.     set the visibility of sprite 46 = true
  54.   else
  55.     set the visibility of sprite 46 = false
  56.   end if
  57.   
  58.   if rollover(47) then
  59.     set the visibility of sprite 47 = true
  60.   else
  61.     set the visibility of sprite 47 = false
  62.   end if
  63.   
  64. end òenterframe
  65.  
  66.